CreateOfflineRegionCallback

This callback receives an asynchronous response containing the newly created OfflineRegion in the database or an error message otherwise.

Functions

Link copied to clipboard
abstract fun onCreate(offlineRegion: OfflineRegion)

Receives the newly created offline region.

Link copied to clipboard
abstract fun onError(error: String)

Receives the error message.